ComponentOne Xamarin.Android
PagesCount Property


C1.CollectionView Assembly > C1.CollectionView Namespace > C1PagedCollectionView<T> Class : PagesCount Property
Gets the total number of pages in the collection.
Syntax
'Declaration
 
Public ReadOnly Property PagesCount As Integer
'Usage
 
Dim instance As C1PagedCollectionView(Of T)
Dim value As Integer
 
value = instance.PagesCount
public int PagesCount {get;}
See Also

Reference

C1PagedCollectionView<T> Class
C1PagedCollectionView<T> Members